body{margin:0 auto;padding:0;font-family: Source Han Sans CN,-apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,Microsoft YaHei,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;color: #191924}
ul,li,p,h1,h2,h3,h4,h5,h6{list-style:none;margin:0;padding:0;line-height: 100%;}
button,img{border:none;}
a{text-decoration:none;text-align:center;cursor:pointer;}
.clear{clear:both;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline: none;color: #767e91}
::-webkit-input-placeholder {color: #b3b9c7;}
*,::before,::after{box-sizing: border-box}
.container{position:relative;width: 1400px;margin: 0 auto;}
header{
    position: relative;
    height: 80px;
    border-bottom: 1px solid #e8eaf5;
}
header>a>.logo{
    background: url("../img/logo1.png");
    height: 40px;
    width: 126px;
    float: left;
    margin: 25px 80px 0 0;
}
header>.nav{
    float: left;
}
header>.nav>li{
    position: relative;
    float: left;
    height: 80px;
    margin-right: 80px;
    padding-top: 38px;
}
header>.nav>li>a{
    display: block;
    height: 100%;
    color: #535970;
    font-size: 16px;
}
header>.nav>li:before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 3px;
    background-color: #0466da;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
    border-radius: 2px;
    transition: .25s;
}
header>.nav>li.active:before,header>.nav>li:hover:before{
    width: 40px;
}
header>.nav>li.active>a{
    font-weight: 500;
    color: #191924;
}
header>.header_btn{
    position: relative;
    float: right;
}
header>.header_btn>a{
    float: left;
    margin: 25px 0 0 20px;
}
.btn_sub{
    display: block;
    width: 100px;
    height: 40px;
    line-height: 38px;
    border-radius: 4px;
    border: solid 1px #0466da;
    color: #0466da;
    font-size: 16px;
}
.btn_basic{
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-image: linear-gradient(90deg,
    #3290ff 0%,
    #0466da 100%),
    linear-gradient(
            #0466da,
            #0466da);
    background-blend-mode: normal,
    normal;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}
.btn_fillet{
    display: block;
    width: 130px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    border: solid 1px #0466da;
    color: #0466da;
    font-size: 16px;
}
.btn_fillet>i{
    margin-left: 10px;
}
.main_title{
    padding: 80px 0 60px 0;
}
.main_title>h3{
    font-size: 30px;
    margin-bottom: 20px;
}
.main_title>p{
    font-size: 14px;
    color: #767e91;
}
.foot1{
    background: url("../img/bg5.jpg");
    height: 200px;
    background-size: cover;
    margin-top: 120px;
    text-align: center;
    padding-top: 50px;
}
.bwj1{
    background: url("../img/bwj1.png");
    height: 36px;
    width: 547px;
    margin: 0 auto 30px auto;
}
.btn_white{
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 38px;
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.2);
    color: #fff;
}
.foot2{
    background-color: #191924;
    padding-top: 60px;
    min-width: 1400px;
}
.foot2_left{
    float: left;
    margin-bottom: 20px;
}
.foot2_left>p{
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 30px;
    margin: 24px 0 24px 0;
}
.foot2_left .ewm{
    display: inline-block;
    margin-right: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.foot2_left .ewm>img{
    width: 80px;
    height: 80px;
}
.foot2_left .ewm>p{margin-top: 4px}
.foot2_right{
    float: right;
}
.foot2_right li{
    float: left;
    margin-left: 100px;
}
.foot2_right li>h3{
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 30px;
}
.foot2_right li>p{
    font-size: 14px;
    line-height: 36px;
    font-weight: 300;
}
.foot2_right li>p>a{
    color: rgba(255,255,255,0.5);
    transition: .25s ease-in-out;
}
.foot2_right li>p>a:hover{color: #fff}
.foot_line{
    height: 1px;
    background-color: rgba(255,255,255,0.15);
    margin-top: 16px;
}
.links{
    position: relative;
    padding: 16px 0 0 90px;
    line-height: 24px;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    font-weight: 300;
}
.links>span{
    position: absolute;
    color: #fff;
    left: 0;
}
.links>a{
    display: inline-block;
    color: rgba(255,255,255,0.5);
    margin-right: 20px;
    transition: .25s ease-in-out;
}
.links>a:hover{
    color: #fff;
}
.foot_rec{
    position: relative;
    height: 80px;
    text-align: right;
    line-height: 80px;
}
.foot_rec img{vertical-align: middle;margin-left: 20px}
.foot_rec_left{
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    line-height: 20px;
    text-align: left;
    font-weight: 300;
}
.main_banner{
    height: 470px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main_banner_left{
    float: left;
    margin-top: 80px;
}
.main_banner_left>h3{
    font-size: 36px;
    margin-bottom: 30px;
}
.main_banner_left>p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
    color: #767e91;
}
.search_area{
    width: 300px;
    height: 36px;
    background-color: #ffffff;
    border: solid 1px #e8eaf5;
    font-size: 14px;
}
.search_area>input{
    width: 260px;
    height: 100%;
    border: none;
    background: none;
    padding-left: 10px;
}
.search_area>a>i{
    color: #cccccc;
    margin-left: 10px;
}
.main_banner_right{
    position: absolute;
    right: 40px;
    top: 120px;
}
.nav_show{
    display: none;
    background: #fff;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    padding: 40px 40px 10px 40px;
    box-shadow: 0px 8px 8px 0px rgb(164 184 206 / 20%);
    z-index: 10;
    border-radius: 0 0 10px 10px;
}
.nav_show li{
    position: relative;
    float: left;
    width: calc(33.3% - 20px);
    margin: 0 30px 30px 0;
    background: #f6f9fc;
    height: 110px;
    border-radius: 4px;
    padding: 30px 30px 0 90px;
    border: 1px solid transparent;
    transition: .25s;
}
.nav_show li:hover{
    border: 1px solid rgba(4, 102, 218, 0.15);
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgb(164 184 206 / 10%);
    color: #0466da;
}
.nav_show li:nth-child(3n){
    margin-right: 0;
}
.nav_show li>a{
    display: block;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 18px;
}
.nav_show li>p{
    color: #b3b9c7;
    transition: .25s;
}
.nav_show li>img{
    position: absolute;
    left: 15px;
    top: 25px;
}
.nav_show_right{
    position: absolute;
    right: 25px;
    top: 25px;
}
.nav_show_right>a{
    display: inline-block;
    line-height: 20px;
    padding: 0 5px;
    border: 1px solid rgba(255, 109, 90, 0.6);
    color: #ff6d5a;
    font-size: 14px;
    margin-left: 5px;
    border-radius: 2px;
    transition: .25s;
}
.nav_show_right>a:hover{
    background: #ff6d5a;
    color: #fff;
}
.nav_show_right>span.gray{
    padding: 4px;
    font-size: 12px;
    color: #b3b9c7;
    border: 1px solid #e8eaf5;
}
.nav_show_sub{
    display: none;
    position: absolute;
    left: -64px;
    top: 80px;
    background: #fff;
    box-shadow: 0px 8px 8px 0px rgb(164 184 206 / 20%);
    z-index: 10;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    width: 160px;
}
.nav_show_sub>a{
    display: block;
    line-height: 40px;
    color: #767e91;
    font-size: 15px;
    border-radius: 4px;
    transition: .25s;
}
.nav_show_sub>a:hover{
    background: #f6f9fc;
    color: #0466da;
    padding-left: 4px;
}

.btn_user{
    width: auto;
    padding: 0 10px;
}
.btn_user_show{
    display: none;
    position: absolute;
    width: calc(100% - 20px);
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 8px 8px 0px rgb(164 184 206 / 10%);
    border: solid 1px #e8eaf5;
    right: 0;
    top: 65px;
    z-index: 1000;
}
.btn_user_show>a{
    display: block;
    line-height: 36px;
    color: #5e6a7f;
    font-size: 14px;
    border-radius: 4px;
    transition: .25s;
}
.btn_user_show>a:hover{background: #f4f7fa;color: #0466da;padding-right: 6px}
.btn_user_show>a>span{
    background: #fc3e50;
    color: #fff;
    display: inline-block;
    line-height: 16px;
    border-radius: 8px;
    font-size: 12px;
    padding: 0 5px;
}
.btn_user_warning{
    background: rgba(252, 62, 80, 0.1) !important;
    color: #fc3e50!important;
}


.right_fix{
    position: fixed;
    right: 2px;
    bottom: 20%;
    background-color: #0466da;
    border-radius: 10px;
    border: solid 1px rgba(255,255,255,0.2);
    padding: 0 10px;
    z-index: 1000;
}
.right_fix>ul>li{
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    cursor: pointer;
}
.right_fix>ul>li:last-child{
    border-bottom: none;
}
.right_fix>ul>li>i{
    display: block;
    font-size: 24px;
    color: #ffffff;
    margin: 5px 0 10px 0;
}
.right_fix>ul>li>p{
    font-size: 12px;
    color: rgba(255,255,255,0.8);
}
.right_fix_show{
    display: none;
    position: absolute;
    right: 48px;
    top: 0;
    padding-right: 20px;
    width: 200px;
}
.right_fix_show_d1{
    border: 1px solid #ecebf6;
    background-color: #ffffff;
    box-shadow: 0px 1px 4px 0px rgb(147 172 226 / 10%);
    border-radius: 4px;
    padding: 10px;
}
.right_fix_show_d1 li{
    border-bottom: 1px solid #ecebf6;
    padding: 15px 0;
}
.right_fix_show_d1 li:last-child{
    padding-bottom: 0;
    border: none;
}
.right_fix_show_d1 li>h3{
    font-size: 18px;
}
.right_fix_show_d1 li>img{
    width: 100px;
    height: 100px;
}
.right_fix_show_d1 li>p{
    font-size: 14px;
    color: #767e91;
    margin-bottom: 10px;
}


.index_t_act{
    position: relative;
    /*background: url("../img/idx_top_banner_1111.png") center no-repeat;*/
    /*background: url("../img/mayi-bannertop.png") center no-repeat;*/
    background-size: 100% 100%;
    height: 75px;
}
.index_t_act_a1{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.index_t_act_a2{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}
.index_r_act{
    position: fixed;
    left: 10px;
    top: 50%;
    background: url("../img/idx_left_1111.png") ;
    background-size: 120px 140px;
    width: 120px;
    height: 140px;
    margin-top: -74px;
    animation-iteration-count: infinite;
}
.index_r_act>a{
    display: block;
    width: 100%;
    height: 100%;
}

.kefu_fix{
    position: fixed;
    background: url("../img/kefu_show.png");
    height: 320px;
    width: 360px;
    left: 50%;
    top: 50%;
    margin-top: -160px;
    margin-left: -180px;
    border-radius: 4px;
    box-shadow: 0px 4px 20px 0px rgb(147 172 226 / 20%);
    z-index: 10;
}
.kefu_btn{
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    text-align: center;
}
.kefu_btn>a{
    height: 36px;
    width: 100px;
    line-height: 36px;
    display: inline-block;
    margin: 0 30px;
    border-radius: 4px;
}
.kefu_btn>a:nth-child(1){
    border: 1px solid #ea6b48;
    color: #ea6b48;
}
.kefu_btn>a:nth-child(2){
    background: #ea6b48;
    color: #fff;
}
.kefu_fix_close{
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
}